home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #3 / CD 3 (Black) - 2001.iso / Sea Battle / SETUP.EXE / 0 / RCDATA / TPARAMSFORM / TPARAMSFORM.txt
Encoding:
Text File  |  1999-02-23  |  23.4 KB  |  1,052 lines

  1. object ParamsForm: TParamsForm
  2.   Left = 189
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup.inf'
  6.   ClientHeight = 372
  7.   ClientWidth = 428
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 428
  21.     Height = 337
  22.     ActivePage = TextInfo
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object MainWindow: TTabSheet
  26.       Caption = 'General'
  27.       object Label1: TLabel
  28.         Left = 10
  29.         Top = 178
  30.         Width = 150
  31.         Height = 13
  32.         Alignment = taRightJustify
  33.         AutoSize = False
  34.         Caption = 'Left-top text:'
  35.       end
  36.       object Label5: TLabel
  37.         Left = 10
  38.         Top = 16
  39.         Width = 150
  40.         Height = 13
  41.         Alignment = taRightJustify
  42.         AutoSize = False
  43.         Caption = 'Product Name:'
  44.       end
  45.       object Label6: TLabel
  46.         Left = 10
  47.         Top = 64
  48.         Width = 150
  49.         Height = 13
  50.         Alignment = taRightJustify
  51.         AutoSize = False
  52.         Caption = 'Version:'
  53.       end
  54.       object Label7: TLabel
  55.         Left = 10
  56.         Top = 88
  57.         Width = 150
  58.         Height = 13
  59.         Alignment = taRightJustify
  60.         AutoSize = False
  61.         Caption = 'Firm Name:'
  62.       end
  63.       object Label3: TLabel
  64.         Left = 10
  65.         Top = 116
  66.         Width = 150
  67.         Height = 13
  68.         Alignment = taRightJustify
  69.         AutoSize = False
  70.         Caption = 'Top Color:'
  71.       end
  72.       object Label4: TLabel
  73.         Left = 10
  74.         Top = 145
  75.         Width = 150
  76.         Height = 13
  77.         Alignment = taRightJustify
  78.         AutoSize = False
  79.         Caption = 'Bottom Color:'
  80.       end
  81.       object PaintBox: TPaintBox
  82.         Left = 320
  83.         Top = 112
  84.         Width = 81
  85.         Height = 53
  86.         OnPaint = PaintBoxPaint
  87.       end
  88.       object Label12: TLabel
  89.         Left = 104
  90.         Top = 212
  91.         Width = 54
  92.         Height = 13
  93.         Caption = 'Before Run'
  94.       end
  95.       object Label13: TLabel
  96.         Left = 114
  97.         Top = 240
  98.         Width = 45
  99.         Height = 13
  100.         Caption = 'After Run'
  101.       end
  102.       object Label24: TLabel
  103.         Left = 10
  104.         Top = 40
  105.         Width = 150
  106.         Height = 13
  107.         Alignment = taRightJustify
  108.         AutoSize = False
  109.         Caption = 'Internal Name:'
  110.       end
  111.       object SetupText: TEdit
  112.         Left = 180
  113.         Top = 174
  114.         Width = 221
  115.         Height = 21
  116.         TabOrder = 6
  117.         Text = 'Product Setup'
  118.       end
  119.       object ProductName: TEdit
  120.         Left = 180
  121.         Top = 12
  122.         Width = 221
  123.         Height = 21
  124.         TabOrder = 0
  125.         Text = 'Product'
  126.       end
  127.       object ProductVersion: TEdit
  128.         Left = 180
  129.         Top = 60
  130.         Width = 221
  131.         Height = 21
  132.         TabOrder = 2
  133.         Text = 'alfa'
  134.       end
  135.       object FirmName: TEdit
  136.         Left = 180
  137.         Top = 84
  138.         Width = 221
  139.         Height = 21
  140.         TabOrder = 3
  141.         Text = 'Media Art'
  142.       end
  143.       object TopColor: TBitBtn
  144.         Left = 180
  145.         Top = 112
  146.         Width = 133
  147.         Height = 25
  148.         Caption = 'TopColor'
  149.         Font.Charset = DEFAULT_CHARSET
  150.         Font.Color = clBlue
  151.         Font.Height = -11
  152.         Font.Name = 'MS Sans Serif'
  153.         Font.Style = []
  154.         ParentFont = False
  155.         ParentShowHint = False
  156.         ShowHint = False
  157.         TabOrder = 4
  158.         OnClick = ColorBtnClick
  159.       end
  160.       object BottomColor: TBitBtn
  161.         Left = 180
  162.         Top = 140
  163.         Width = 133
  164.         Height = 25
  165.         Caption = 'BottomColor'
  166.         Font.Charset = DEFAULT_CHARSET
  167.         Font.Color = clBlack
  168.         Font.Height = -11
  169.         Font.Name = 'MS Sans Serif'
  170.         Font.Style = []
  171.         ParentFont = False
  172.         ParentShowHint = False
  173.         ShowHint = False
  174.         TabOrder = 5
  175.         OnClick = ColorBtnClick
  176.       end
  177.       object BeforeRun: TEdit
  178.         Left = 180
  179.         Top = 208
  180.         Width = 221
  181.         Height = 21
  182.         TabOrder = 7
  183.       end
  184.       object AfterRun: TEdit
  185.         Left = 180
  186.         Top = 236
  187.         Width = 220
  188.         Height = 21
  189.         TabOrder = 8
  190.       end
  191.       object InternalName: TEdit
  192.         Left = 180
  193.         Top = 36
  194.         Width = 221
  195.         Height = 21
  196.         TabOrder = 1
  197.         Text = 'Product'
  198.       end
  199.       object AutoUninstall: TCheckBox
  200.         Left = 180
  201.         Top = 264
  202.         Width = 221
  203.         Height = 17
  204.         Caption = 'Auto Uninstall in '#39'Add/Remove program'#39
  205.         TabOrder = 9
  206.       end
  207.     end
  208.     object TextInfo: TTabSheet
  209.       Caption = 'Texts'
  210.       object Label18: TLabel
  211.         Left = 72
  212.         Top = 4
  213.         Width = 87
  214.         Height = 13
  215.         Caption = 'Windows captions'
  216.       end
  217.       object Label2: TLabel
  218.         Left = 4
  219.         Top = 4
  220.         Width = 36
  221.         Height = 13
  222.         Caption = 'Buttons'
  223.       end
  224.       object Label11: TLabel
  225.         Left = 4
  226.         Top = 244
  227.         Width = 68
  228.         Height = 13
  229.         Caption = 'Uninstall string'
  230.       end
  231.       object Label17: TLabel
  232.         Left = 256
  233.         Top = 4
  234.         Width = 27
  235.         Height = 13
  236.         Caption = 'Errors'
  237.       end
  238.       object Label19: TLabel
  239.         Left = 168
  240.         Top = 244
  241.         Width = 78
  242.         Height = 13
  243.         Caption = 'Uninstall caption'
  244.       end
  245.       object NamePrev: TEdit
  246.         Left = 4
  247.         Top = 20
  248.         Width = 53
  249.         Height = 21
  250.         TabOrder = 0
  251.         Text = '< Back'
  252.       end
  253.       object NameNext: TEdit
  254.         Left = 4
  255.         Top = 44
  256.         Width = 53
  257.         Height = 21
  258.         TabOrder = 1
  259.         Text = 'Next >'
  260.       end
  261.       object NameCancel: TEdit
  262.         Left = 4
  263.         Top = 68
  264.         Width = 53
  265.         Height = 21
  266.         TabOrder = 2
  267.         Text = 'Cancel'
  268.       end
  269.       object NameYes: TEdit
  270.         Left = 4
  271.         Top = 92
  272.         Width = 53
  273.         Height = 21
  274.         TabOrder = 3
  275.         Text = 'Yes'
  276.       end
  277.       object NameNo: TEdit
  278.         Left = 4
  279.         Top = 116
  280.         Width = 53
  281.         Height = 21
  282.         TabOrder = 4
  283.         Text = 'No'
  284.       end
  285.       object NameBrowse: TEdit
  286.         Left = 4
  287.         Top = 140
  288.         Width = 53
  289.         Height = 21
  290.         TabOrder = 5
  291.         Text = 'Browse...'
  292.       end
  293.       object NameFinish: TEdit
  294.         Left = 4
  295.         Top = 164
  296.         Width = 53
  297.         Height = 21
  298.         TabOrder = 6
  299.         Text = 'Finish'
  300.       end
  301.       object LicenseCaption: TEdit
  302.         Left = 72
  303.         Top = 44
  304.         Width = 170
  305.         Height = 21
  306.         TabOrder = 9
  307.         Text = 'Software License Agreement'
  308.       end
  309.       object UserCaption: TEdit
  310.         Left = 72
  311.         Top = 68
  312.         Width = 170
  313.         Height = 21
  314.         TabOrder = 10
  315.         Text = 'User Information'
  316.       end
  317.       object DirectoryCaption: TEdit
  318.         Left = 72
  319.         Top = 92
  320.         Width = 170
  321.         Height = 21
  322.         TabOrder = 11
  323.         Text = 'Choose Destination Location'
  324.       end
  325.       object CopyingCaption: TEdit
  326.         Left = 72
  327.         Top = 140
  328.         Width = 170
  329.         Height = 21
  330.         TabOrder = 13
  331.         Text = 'Copying...'
  332.       end
  333.       object FinishCaption: TEdit
  334.         Left = 72
  335.         Top = 164
  336.         Width = 170
  337.         Height = 21
  338.         TabOrder = 14
  339.         Text = 'Setup Complete'
  340.       end
  341.       object GroupCaption: TEdit
  342.         Left = 72
  343.         Top = 116
  344.         Width = 170
  345.         Height = 21
  346.         TabOrder = 12
  347.         Text = 'Select program folder'
  348.       end
  349.       object Memo10: TMemo
  350.         Left = 3
  351.         Top = 260
  352.         Width = 413
  353.         Height = 22
  354.         TabOrder = 27
  355.         WordWrap = False
  356.       end
  357.       object ErrorFile: TEdit
  358.         Left = 251
  359.         Top = 20
  360.         Width = 165
  361.         Height = 21
  362.         TabOrder = 17
  363.         Text = 'File Copy Error: %s'
  364.       end
  365.       object ErrorShortcut: TEdit
  366.         Left = 251
  367.         Top = 44
  368.         Width = 165
  369.         Height = 21
  370.         TabOrder = 18
  371.         Text = 'Shortcut creating error: %s'
  372.       end
  373.       object ErrorMissing: TEdit
  374.         Left = 251
  375.         Top = 68
  376.         Width = 165
  377.         Height = 21
  378.         TabOrder = 19
  379.         Text = 'Source file missing: %s'
  380.       end
  381.       object ErrorAbortQuestion: TEdit
  382.         Left = 251
  383.         Top = 92
  384.         Width = 165
  385.         Height = 21
  386.         TabOrder = 20
  387.         Text = 'Abort Setup ?'
  388.       end
  389.       object ErrorNotCompleted: TEdit
  390.         Left = 251
  391.         Top = 116
  392.         Width = 165
  393.         Height = 21
  394.         TabOrder = 21
  395.         Text = 'Setup not completed'
  396.       end
  397.       object ErrorAborted: TEdit
  398.         Left = 251
  399.         Top = 140
  400.         Width = 165
  401.         Height = 21
  402.         TabOrder = 22
  403.         Text = 'Setup aborted'
  404.       end
  405.       object ErrorDiskSpace: TEdit
  406.         Left = 251
  407.         Top = 164
  408.         Width = 165
  409.         Height = 21
  410.         TabOrder = 23
  411.         Text = 'Disk space required: %d kb. Please choose another disk'
  412.       end
  413.       object NameRegister: TEdit
  414.         Left = 4
  415.         Top = 188
  416.         Width = 53
  417.         Height = 21
  418.         TabOrder = 7
  419.         Text = 'Register'
  420.       end
  421.       object URL: TEdit
  422.         Left = 72
  423.         Top = 188
  424.         Width = 170
  425.         Height = 21
  426.         Hint = 'Clear this field if you don'#39't want to register'
  427.         TabOrder = 15
  428.         Text = 'http://www.mdart.com'
  429.       end
  430.       object ErrorInternetBrowser: TEdit
  431.         Left = 251
  432.         Top = 188
  433.         Width = 165
  434.         Height = 21
  435.         TabOrder = 24
  436.         Text = 'Error opening Internet browser'
  437.       end
  438.       object ErrorKeyword: TEdit
  439.         Left = 251
  440.         Top = 212
  441.         Width = 165
  442.         Height = 21
  443.         TabOrder = 25
  444.         Text = 'Wrong keyword'
  445.       end
  446.       object CaptionUninstall: TEdit
  447.         Left = 251
  448.         Top = 236
  449.         Width = 165
  450.         Height = 21
  451.         TabOrder = 26
  452.         Text = 'Uninstall'
  453.       end
  454.       object WelcomeCaption: TEdit
  455.         Left = 72
  456.         Top = 20
  457.         Width = 170
  458.         Height = 21
  459.         TabOrder = 8
  460.         Text = 'Welcome!'
  461.       end
  462.       object CustomCaption: TEdit
  463.         Left = 72
  464.         Top = 212
  465.         Width = 170
  466.         Height = 21
  467.         TabOrder = 16
  468.         Text = 'Custom setup'
  469.       end
  470.     end
  471.     object Files: TTabSheet
  472.       Caption = 'Files and icons'
  473.       object Label8: TLabel
  474.         Left = 4
  475.         Top = 8
  476.         Width = 72
  477.         Height = 13
  478.         Caption = 'File list to copy:'
  479.       end
  480.       object Label9: TLabel
  481.         Left = 4
  482.         Top = 156
  483.         Width = 63
  484.         Height = 13
  485.         Caption = 'Group Name:'
  486.       end
  487.       object Label10: TLabel
  488.         Left = 4
  489.         Top = 177
  490.         Width = 44
  491.         Height = 13
  492.         Caption = 'Icons list:'
  493.       end
  494.       object GroupName: TEdit
  495.         Left = 128
  496.         Top = 152
  497.         Width = 289
  498.         Height = 21
  499.         TabOrder = 1
  500.         Text = '%ProductName%'
  501.       end
  502.       object ListFiles: TMemo
  503.         Left = 4
  504.         Top = 24
  505.         Width = 409
  506.         Height = 117
  507.         TabOrder = 0
  508.         WordWrap = False
  509.       end
  510.       object ListIcons: TMemo
  511.         Left = 4
  512.         Top = 196
  513.         Width = 413
  514.         Height = 81
  515.         TabOrder = 2
  516.         WordWrap = False
  517.       end
  518.     end
  519.     object Registry: TTabSheet
  520.       Caption = 'Registry'
  521.       object Label20: TLabel
  522.         Left = 2
  523.         Top = 1
  524.         Width = 329
  525.         Height = 13
  526.         Caption = '[HKEY_CURRENT_USER\Software\%FirmName%\%InternalName%]'
  527.       end
  528.       object Label21: TLabel
  529.         Left = 2
  530.         Top = 16
  531.         Width = 102
  532.         Height = 13
  533.         Caption = '"Version"=%Version%'
  534.       end
  535.       object Label22: TLabel
  536.         Left = 2
  537.         Top = 32
  538.         Width = 113
  539.         Height = 13
  540.         Caption = '"CDPath"=%CDPATH%'
  541.       end
  542.       object Label23: TLabel
  543.         Left = 2
  544.         Top = 48
  545.         Width = 115
  546.         Height = 13
  547.         Caption = '"HDPath"=%HDPATH%'
  548.       end
  549.       object RegList: TMemo
  550.         Left = 1
  551.         Top = 64
  552.         Width = 417
  553.         Height = 217
  554.         ScrollBars = ssVertical
  555.         TabOrder = 0
  556.         WordWrap = False
  557.       end
  558.       object Import: TButton
  559.         Left = 336
  560.         Top = 34
  561.         Width = 81
  562.         Height = 25
  563.         Caption = 'Import *.reg'
  564.         TabOrder = 1
  565.         OnClick = ImportClick
  566.       end
  567.     end
  568.     object WelcomeDialog: TTabSheet
  569.       Caption = 'Welcome'
  570.       object Image1: TImage
  571.         Left = 8
  572.         Top = 4
  573.         Width = 120
  574.         Height = 260
  575.       end
  576.       object Memo1: TMemo
  577.         Left = 140
  578.         Top = 4
  579.         Width = 277
  580.         Height = 260
  581.         Color = clBtnFace
  582.         Lines.Strings = (
  583.           'Welcome to the %ProductName% Setup program. This '
  584.           'program will install %ProductName% on your computer.'
  585.           ''
  586.           'It is strongly recommended that you close all Windows '
  587.           'programs before running this Setup program.'
  588.           ''
  589.           'Click Cancel to quit Setup and then close all programs '
  590.           'you have running. Click Next to continue with Setup '
  591.           'program.'
  592.           ''
  593.           'WARNING: This program is protected by copyright law '
  594.           'and international treaties.'
  595.           ''
  596.           'Unauthorized reproduction or distribution of this '
  597.           'program, '
  598.           'or any portion of it, may result in severe civil and '
  599.           'criminal '
  600.           'penalties, and will be procecuted to the maximum '
  601.           'extent '
  602.           'possible under law.')
  603.         TabOrder = 0
  604.       end
  605.     end
  606.     object LicenseDialog: TTabSheet
  607.       Caption = 'License'
  608.       object Image2: TImage
  609.         Left = 12
  610.         Top = 8
  611.         Width = 32
  612.         Height = 32
  613.         AutoSize = True
  614.       end
  615.       object Memo2: TMemo
  616.         Left = 60
  617.         Top = 8
  618.         Width = 349
  619.         Height = 33
  620.         Color = clBtnFace
  621.         Lines.Strings = (
  622.           'Please read the following Licence Agreement. Press the PageDown '
  623.           'key '
  624.           'to see the rest of the agreement.')
  625.         TabOrder = 0
  626.       end
  627.       object Memo4: TMemo
  628.         Left = 12
  629.         Top = 236
  630.         Width = 397
  631.         Height = 41
  632.         Color = clBtnFace
  633.         Lines.Strings = (
  634.           
  635.             'Do you accept all the terms of the preceding License Agreement? ' +
  636.             'If you choose '
  637.           
  638.             'No, Setup will Close. To install %ProductName%, you must accept ' +
  639.             'this '
  640.           'agreement.')
  641.         TabOrder = 2
  642.       end
  643.       object License: TMemo
  644.         Left = 12
  645.         Top = 44
  646.         Width = 397
  647.         Height = 189
  648.         ScrollBars = ssVertical
  649.         TabOrder = 1
  650.       end
  651.     end
  652.     object UserDialog: TTabSheet
  653.       Caption = 'User information'
  654.       object Image3: TImage
  655.         Left = 8
  656.         Top = 4
  657.         Width = 120
  658.         Height = 260
  659.         AutoSize = True
  660.       end
  661.       object Memo5: TMemo
  662.         Left = 140
  663.         Top = 4
  664.         Width = 269
  665.         Height = 61
  666.         Color = clBtnFace
  667.         Lines.Strings = (
  668.           'Please type your name (required) and name of the '
  669.           'company you work for (optional).')
  670.         TabOrder = 0
  671.       end
  672.       object UserNameLabel: TEdit
  673.         Left = 140
  674.         Top = 88
  675.         Width = 121
  676.         Height = 21
  677.         Color = clBtnFace
  678.         TabOrder = 1
  679.         Text = 'Your name:'
  680.       end
  681.       object SerialNumberLabel: TEdit
  682.         Left = 140
  683.         Top = 152
  684.         Width = 121
  685.         Height = 21
  686.         Color = clBtnFace
  687.         TabOrder = 2
  688.         Text = 'Keyword:'
  689.       end
  690.       object Memo6: TMemo
  691.         Left = 140
  692.         Top = 188
  693.         Width = 269
  694.         Height = 77
  695.         Color = clBtnFace
  696.         Lines.Strings = (
  697.           'Please enter a keyword from page %s, line %s, word '
  698.           '%s '
  699.           'of your user'#39's manual')
  700.         TabOrder = 6
  701.       end
  702.       object OrganizationLabel: TEdit
  703.         Left = 140
  704.         Top = 120
  705.         Width = 121
  706.         Height = 21
  707.         Color = clBtnFace
  708.         TabOrder = 3
  709.         Text = 'Organization:'
  710.       end
  711.       object KeywordNeeded: TCheckBox
  712.         Left = 264
  713.         Top = 160
  714.         Width = 121
  715.         Height = 17
  716.         Caption = 'Required'
  717.         TabOrder = 5
  718.         OnClick = KeywordNeededClick
  719.       end
  720.       object Protection: TMemo
  721.         Left = 264
  722.         Top = 68
  723.         Width = 145
  724.         Height = 89
  725.         Hint = '#Page,#Line,#Word,Keyword'
  726.         TabOrder = 4
  727.       end
  728.       object SetupDat: TCheckBox
  729.         Left = 140
  730.         Top = 268
  731.         Width = 97
  732.         Height = 17
  733.         Caption = 'SetupDat'
  734.         TabOrder = 7
  735.       end
  736.     end
  737.     object CustomDialog: TTabSheet
  738.       Caption = 'Custom'
  739.       object Image8: TImage
  740.         Left = 8
  741.         Top = 4
  742.         Width = 120
  743.         Height = 260
  744.         AutoSize = True
  745.       end
  746.       object Label14: TLabel
  747.         Left = 145
  748.         Top = 179
  749.         Width = 180
  750.         Height = 13
  751.         Caption = 'Radio Buttons (if flag text is not empty)'
  752.       end
  753.       object CustomMemo: TMemo
  754.         Left = 140
  755.         Top = 4
  756.         Width = 277
  757.         Height = 61
  758.         Color = clBtnFace
  759.         Lines.Strings = (
  760.           'Please select components you wish to install')
  761.         TabOrder = 0
  762.       end
  763.       object FlagText1: TEdit
  764.         Left = 144
  765.         Top = 195
  766.         Width = 201
  767.         Height = 21
  768.         TabOrder = 1
  769.         Text = 'FlagText1'
  770.       end
  771.       object FlagText2: TEdit
  772.         Left = 144
  773.         Top = 219
  774.         Width = 201
  775.         Height = 21
  776.         TabOrder = 2
  777.         Text = 'FlagText2'
  778.       end
  779.       object FlagText3: TEdit
  780.         Left = 144
  781.         Top = 243
  782.         Width = 201
  783.         Height = 21
  784.         TabOrder = 3
  785.         Text = 'FlagText3'
  786.       end
  787.       object Flag1: TEdit
  788.         Left = 349
  789.         Top = 195
  790.         Width = 67
  791.         Height = 21
  792.         TabOrder = 4
  793.         Text = 'Flag1'
  794.       end
  795.       object Flag2: TEdit
  796.         Left = 349
  797.         Top = 219
  798.         Width = 67
  799.         Height = 21
  800.         TabOrder = 5
  801.         Text = 'Flag2'
  802.       end
  803.       object Flag3: TEdit
  804.         Left = 349
  805.         Top = 243
  806.         Width = 67
  807.         Height = 21
  808.         TabOrder = 6
  809.         Text = 'Flag3'
  810.       end
  811.     end
  812.     object ChooseDir: TTabSheet
  813.       Caption = 'Destination'
  814.       object Image4: TImage
  815.         Left = 8
  816.         Top = 4
  817.         Width = 120
  818.         Height = 260
  819.         AutoSize = True
  820.       end
  821.       object Bevel2: TBevel
  822.         Left = 140
  823.         Top = 192
  824.         Width = 273
  825.         Height = 71
  826.       end
  827.       object Memo7: TMemo
  828.         Left = 140
  829.         Top = 4
  830.         Width = 269
  831.         Height = 161
  832.         Color = clBtnFace
  833.         Lines.Strings = (
  834.           'Setup will install %ProductName% in the following '
  835.           'directory.'
  836.           ''
  837.           'To install to this directory, click Next.'
  838.           ''
  839.           'To install to a different directory, click Browse and '
  840.           'select another directory.'
  841.           ''
  842.           'You can choose not to install %ProductName%, by '
  843.           'clicking Cancel to exit Setup.')
  844.         TabOrder = 0
  845.       end
  846.       object InstallDirLabel: TEdit
  847.         Left = 152
  848.         Top = 184
  849.         Width = 133
  850.         Height = 21
  851.         Color = clBtnFace
  852.         TabOrder = 1
  853.         Text = 'Destination Directory'
  854.       end
  855.       object DefaultDir: TEdit
  856.         Left = 152
  857.         Top = 208
  858.         Width = 253
  859.         Height = 21
  860.         Color = clBtnFace
  861.         TabOrder = 2
  862.         Text = '%ProgramFiles%\%ProductName%'
  863.       end
  864.       object Button1: TButton
  865.         Left = 330
  866.         Top = 234
  867.         Width = 75
  868.         Height = 25
  869.         Caption = 'Browse'
  870.         TabOrder = 3
  871.       end
  872.     end
  873.     object SelectFolder: TTabSheet
  874.       Caption = 'Folder'
  875.       object Image7: TImage
  876.         Left = 8
  877.         Top = 4
  878.         Width = 120
  879.         Height = 260
  880.         AutoSize = True
  881.       end
  882.       object Memo9: TMemo
  883.         Left = 136
  884.         Top = 4
  885.         Width = 277
  886.         Height = 93
  887.         Lines.Strings = (
  888.           'Setup will add program icons to the Program folder '
  889.           'listed '
  890.           'below. You may type a new folder name, or select one '
  891.           'from the existing Folders list. Click Next to continue.')
  892.         TabOrder = 0
  893.       end
  894.     end
  895.     object CopyingDialog: TTabSheet
  896.       Caption = 'Process'
  897.       object Image5: TImage
  898.         Left = 8
  899.         Top = 4
  900.         Width = 120
  901.         Height = 260
  902.         AutoSize = True
  903.       end
  904.       object Process1: TEdit
  905.         Left = 156
  906.         Top = 120
  907.         Width = 257
  908.         Height = 21
  909.         TabOrder = 1
  910.         Text = 'Copying files'
  911.       end
  912.       object Process2: TEdit
  913.         Left = 156
  914.         Top = 148
  915.         Width = 257
  916.         Height = 21
  917.         TabOrder = 2
  918.         Text = 'Creating program group'
  919.       end
  920.       object Process3: TEdit
  921.         Left = 156
  922.         Top = 176
  923.         Width = 257
  924.         Height = 21
  925.         TabOrder = 3
  926.         Text = 'Creating icons'
  927.       end
  928.       object Process4: TEdit
  929.         Left = 156
  930.         Top = 204
  931.         Width = 257
  932.         Height = 21
  933.         TabOrder = 4
  934.         Text = 'Updating system information'
  935.       end
  936.       object Memo3: TMemo
  937.         Left = 136
  938.         Top = 4
  939.         Width = 277
  940.         Height = 93
  941.         Lines.Strings = (
  942.           'Please wait while Setup copying files. If you click '
  943.           'Cancel, '
  944.           'install will canceled immediatly.')
  945.         TabOrder = 0
  946.       end
  947.     end
  948.     object ExitDialog: TTabSheet
  949.       Caption = 'Exit'
  950.       object Image6: TImage
  951.         Left = 8
  952.         Top = 4
  953.         Width = 120
  954.         Height = 260
  955.         AutoSize = True
  956.       end
  957.       object Memo8: TMemo
  958.         Left = 136
  959.         Top = 4
  960.         Width = 277
  961.         Height = 261
  962.         Lines.Strings = (
  963.           'Setup has finished copying files to your computer. '
  964.           ''
  965.           'If you have access to Internet, please register your '
  966.           'software for updates and new product notification.'
  967.           ''
  968.           'Click '#39'Register'#39' to begin registration.'
  969.           ''
  970.           'Click '#39'Finish'#39' to exit without registration.')
  971.         TabOrder = 0
  972.       end
  973.       object Restart: TCheckBox
  974.         Left = 136
  975.         Top = 293
  976.         Width = 97
  977.         Height = 17
  978.         Caption = 'Restart required'
  979.         TabOrder = 2
  980.       end
  981.       object RestartText: TEdit
  982.         Left = 137
  983.         Top = 270
  984.         Width = 276
  985.         Height = 21
  986.         TabOrder = 1
  987.         Text = 'Restart now'
  988.       end
  989.     end
  990.   end
  991.   object ExitBtn: TButton
  992.     Left = 352
  993.     Top = 339
  994.     Width = 75
  995.     Height = 25
  996.     Caption = 'Exit'
  997.     ModalResult = 2
  998.     TabOrder = 3
  999.     OnClick = ExitBtnClick
  1000.   end
  1001.   object LoadBtn: TBitBtn
  1002.     Left = 0
  1003.     Top = 340
  1004.     Width = 121
  1005.     Height = 25
  1006.     Caption = 'Load setup.inf'
  1007.     TabOrder = 1
  1008.     OnClick = LoadBtnClick
  1009.   end
  1010.   object SaveBtn: TBitBtn
  1011.     Left = 128
  1012.     Top = 340
  1013.     Width = 109
  1014.     Height = 25
  1015.     Caption = 'Save setup.inf'
  1016.     TabOrder = 2
  1017.     OnClick = SaveBtnClick
  1018.   end
  1019.   object OpenDialog: TOpenDialog
  1020.     DefaultExt = 'inf'
  1021.     FileName = 'setup.inf'
  1022.     Filter = 'Setup inf|setup*.inf|All files|*.*'
  1023.     Options = []
  1024.     Title = 'Open .inf from'
  1025.     Left = 48
  1026.     Top = 304
  1027.   end
  1028.   object ColorDialog: TColorDialog
  1029.     Ctl3D = True
  1030.     Options = [cdFullOpen, cdAnyColor]
  1031.     Left = 80
  1032.     Top = 304
  1033.   end
  1034.   object OpenReg: TOpenDialog
  1035.     DefaultExt = '*.reg'
  1036.     Filter = '*.reg|*.reg'
  1037.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  1038.     Title = 'Registry file import'
  1039.     Left = 16
  1040.     Top = 304
  1041.   end
  1042.   object SaveDialog: TSaveDialog
  1043.     DefaultExt = 'inf'
  1044.     FileName = 'setup.inf'
  1045.     Filter = 'Setup inf file|Setup*.inf'
  1046.     Options = []
  1047.     Title = 'Save setup.inf to'
  1048.     Left = 112
  1049.     Top = 304
  1050.   end
  1051. end
  1052.